Don't call it "X display" when we show useful information under
Wayland as well.
}
static void
-init_x (GtkInspectorGeneral *gen)
+init_display (GtkInspectorGeneral *gen)
{
GdkScreen *screen;
gchar *name;
gtk_widget_init_template (GTK_WIDGET (gen));
init_version (gen);
init_env (gen);
- init_x (gen);
+ init_display (gen);
init_gl (gen);
}
<child>
<object class="GtkLabel" id="x_display_label">
<property name="visible">True</property>
- <property name="label" translatable="yes">X display</property>
+ <property name="label" translatable="yes">Display</property>
<property name="halign">start</property>
<property name="valign">baseline</property>
<property name="xalign">0.0</property>